{"library":"lemonsqueezy (no official Python SDK)","type":"library","category":null,"description":"Merchant of record platform for digital products. Acquired by Stripe in October 2024. Being absorbed into 'Stripe Managed Payments' (announced May 2025, private preview). No official Python SDK exists — only community-maintained libraries. REST API uses JSON:API spec with Bearer auth.","language":"python","status":"deprecated","version":"REST API v1 (no official Python SDK)","tags":["payments","merchant-of-record","digital-products","stripe","billing","python"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install requests","imports":["import requests\n\nheaders = {\n    'Authorization': 'Bearer YOUR_API_KEY',\n    'Accept': 'application/vnd.api+json',\n    'Content-Type': 'application/vnd.api+json'\n}\nresponse = requests.get('https://api.lemonsqueezy.com/v1/products', headers=headers)\n"]}],"homepage":"https://www.lemonsqueezy.com","github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lemonsqueezy (no official Python SDK)/compatibility"}}